Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
LowLatencyQueue Class Reference
Inheritance diagram for LowLatencyQueue:
QueueProcess

Public Member Functions

int getQueueCount ()
 Returns the number of entries in the queue. More...
 
Queue getQueueAt (int)
 Returns the queue entery at the given index. More...
 
- Public Member Functions inherited from QueueProcess
QoS::EQueueType getQueueType ()
 Returns the mode. More...
 

Member Function Documentation

◆ getQueueAt()

Queue LowLatencyQueue::getQueueAt ( int  )

Returns the queue entery at the given index.

Returns
Queue, value is the queue entry at the given index. Range(0, getQueueCount()-1).

◆ getQueueCount()

int LowLatencyQueue::getQueueCount ( )

Returns the number of entries in the queue.

Returns
int, value is the number of entries in the queue.

The documentation for this class was generated from the following file: